zoukankan      html  css  js  c++  java
  • 字体结构的Baseline/Leading/Ascent/Descent的图示

    字体结构的Baseline/Leading/Ascent/Descent的图示

      示意如下:

     

     

    实际工作中,会发现事情没这么简单。除了图示之外:

    Max Advance
    advance 是字符串基线上最左边的点到最右边的点之间的距离。string 的 advance 不一定是它所有字符的 advance 之和。这个不是字符属性吗?

    Max Ascent
    * Determines the maximum ascent of the <code>Font</code> described by
    * this <code>FontMetrics</code> object. No character extends further
    * above the font's baseline than this height.

    Max Descent
    * Determines the maximum descent of the <code>Font</code> described by
    * this <code>FontMetrics</code> object. No character extends further
    * below the font's baseline than this height.

    ————————————————
    版权声明:本文为CSDN博主「柳鲲鹏」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/quantum7/article/details/112016260

  • 相关阅读:
    Angularjs-Forms(表单)
    Angularjs-filter(过滤器)
    Angularjs –– Expressions(表达式)
    Angular
    AngularJS
    AngularJS–Scope(作用域)
    AngularJS–service(服务)
    AngularJS--控制器(Controller)
    AngularJS指南文档
    Web 开发模式演变历史和趋势
  • 原文地址:https://www.cnblogs.com/pengmn/p/15331035.html
Copyright © 2011-2022 走看看