AIR 在图像内突出显示搜索结果

发布于 2024-11-16 06:18:17 字数 219 浏览 3 评论 0原文

我们有一个 Adob​​e AIR 应用程序。它具有图像预览功能,可在 TitleWindow 内显示 TIF 和 JPG 图像。
我的要求如下:
我想突出显示(黄色)该图像中包含搜索术语结果的行。
我找到了可以突出显示文本区域内文本的示例。但想要在图像中得到同样的东西。 可以有多行包含此关键字。所有这些行都必须突出显示。
不确定这是否可能。请告诉我如何在 Flex/AIR 中完成此操作。

We have an Adobe AIR application. It has an image preview feature to show TIF and JPG images inside a TitleWindow.
My requirement is as follows:
i want to highlight(yellow color) a line containing a searched term results inside that image.
i found out examples which can highlight text inside a textarea. But wanted the same thing inside image.
There can be multiple lines having this keyword. All those llines have to be highlighted.
Not sure if this is possible. Please let me know how can this be done in Flex/AIR.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人疚 2024-11-23 06:18:17

创建 mx.controls.Text,指定将其涂成黄色并放置在图像上的样式。例如,可以使用允许绝对定位的 Canvas 容器来完成此操作。
mx:文本没有背景,因此它只是在图像上显示文本。或者您还需要一些背景吗?

Create mx.controls.Text, assign style which will paint it yellow and place over the Image. This can be done, for example, with Canvas container which allows absolute positioning.
mx:Text has no background, so it will just text over image. Or do you need some background as well?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文