In RB 5.5.5 we used to convert the REALstring from the font(index)
function to a fonID using the OS function FMGetFontFamilyFromName (or
GetFNum). This fontID was ok to set the font when using the text
engine "WASTE 2.1". In RB 2006 this ain't work, while (not sure
though) it did work in some versions of RB 2005. Is it possible that
font(index) is returning ATSU fonts, and does someone know at which
version of the RBFramework this internal change occurred?
The language reference (RB2006) says that the result of font(index)
is he name of the font whose index number is passed. Result is in the
appropriate WorldScript encoding. This would suggest that font(index)
uses QD fonts?
Alfred
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Sun 12 Mar 2006 12:08:17 +0100
Return-Path: <realbasic-plugins-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Sun, 12 Mar 2006 05:08:33 -0600
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 262C9115EB01; Sun, 12 Mar 2006 05:08:24 -0600 (CST)
X-Original-To: realbasic-plugins at lists dot realsoftware dot com
Delivered-To: realbasic-plugins at lists dot realsoftware dot com
Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de
[80.67.18.15])
by lists.realsoftware.com (Postfix) with ESMTP id 5ACA8115EAF4
for <realbasic-plugins at lists dot realsoftware dot com>;
Sun, 12 Mar 2006 05:08:19 -0600 (CST)
Received: (qmail 13142 invoked from network); 12 Mar 2006 11:08:18 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 116 dot
250])
(envelope-sender <support at monkeybreadsoftware dot info>)
by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP
for <realbasic-plugins at lists dot realsoftware dot com>;
12 Mar 2006 11:08:18 -0000
To: realbasic-plugins at lists dot realsoftware dot com (REALbasic Plugins)
In-Reply-To: <EC8F9376-B014-4B70-8983-024C94B3E05A at mac dot com>
From: support at monkeybreadsoftware dot info (Christian Schmitz)
Date: Sun, 12 Mar 2006 12:08:17 +0100
Message-ID: <1hc35ow dot 1xzzagkc2b5s0M%support at monkeybreadsoftware dot info>
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.7 (Mac OS X version 10.4.5)
Subject: Re: Conversion from RB.font to fontID
X-BeenThere: realbasic-plugins at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot
com>
Sender: realbasic-plugins-bounces at lists dot realsoftware dot com
Errors-To: realbasic-plugins-bounces at lists dot realsoftware dot com
Alfred Van Hoek <vanhoek at mac dot com> wrote:
This would suggest that font(index) uses QD fonts?
Yes. My plugin has several font functions, but none really matches the
list comeing from font().
Mfg
Christian
--
Around eleven thousand functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|