emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Composing Hebrew diacriticals


From: Yair F
Subject: Re: Composing Hebrew diacriticals
Date: Fri, 28 May 2010 00:59:08 +0300

On Thu, May 27, 2010 at 10:27 AM, Kenichi Handa <address@hidden> wrote:

> This indicates that somehow the "shape" method of a font
> driver didn't work correctly.  Please set the break point at
> Ffont_shape_gstring, and investigate why that function
> doesn't reach this last code by stepping through the code
> using n(ext) command of gdb:

Ffont_shape_gstring fails because of otf == 0

p *ftfont_info
$5 = {
  font = {
    size = 1075838994,
    next = 0x8bef578,
    props = {142227066, 145465234, 145465186, 142070194, 142222906,
102720, 102528, 102656, 108, 142070194, 142070194, 0, 144727838,
142070194, 145453985, 145453969, 143750657, 145465258},
    max_width = 19,
    pixel_size = 27,
    height = 29,
    space_width = 10,
    average_width = 12,
    min_width = 10,
    ascent = 22,
    descent = 7,
    underline_thickness = 1,
    underline_position = 2,
    vertical_centering = 0,
    encoding_type = 200 '\310',
    baseline_offset = 0,
    relative_compose = 0,
    default_ascent = 0,
    font_encoder = 0x8b8b0e0,
    driver = 0x8771fa0,
    encoding_charset = -1,
    repertory_charset = -1
  },
  maybe_otf = 0,
  otf = 0x0,
  ft_size = 0x8ae9010,
  index = 35,
  matrix = {
    xx = 0,
    xy = 38,
    yx = 147122784,
    yy = 39
  }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]