<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I've asked this on
<a class="moz-txt-link-freetext" href="https://tex.stackexchange.com/questions/575868/small-caps-bold-%c3%a7-in-lucida-type-1-fonts">https://tex.stackexchange.com/questions/575868/small-caps-bold-%c3%a7-in-lucida-type-1-fonts</a>
      and, according to  egreg's comment, it seems to be a bug in the
      font.</p>
    <p>I'm using the Lucida type 1 fonts in a document written in
      portuguese.<br>
      <br>
      When I typeset the word 'Definição' in small caps, I get a small
      caps ç, but typesetting it in small caps bold, I get just a bold
      ç.<br>
      <br>
      I suspect that that happens because the Lucida type 1 fonts
      doesn't have the ç in small caps bold.<br>
      <br>
      Is there anyway of getting a ç in small caps bold?</p>
    <pre class="lang-tex s-code-block hljs latex"><font size="+1"><code><span class="hljs-keyword">\documentclass{article}
\usepackage{lucimatx}

\begin{document}
{\scshape Definição \textbf{Definição}}
\end{document}

</span></code></font></pre>
    <p>Any thoughts?</p>
    <p>Best regards,</p>
    <p>Pedro Carneiro<br>
    </p>
  </body>
</html>